home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 June / CHIP Haziran 2001.iso / chip.exe / scripts / DefineButton2_18 / BUTTONCONDACTION on(release).as
Text File  |  2000-08-17  |  90b  |  6 lines

  1. on(release){
  2.    stopAllSounds();
  3.    fscommand("quit");
  4.    getUrl("index.htm", "");
  5. }
  6.